From 51ef9680f2fd04b8f5658fd92ed05bc0efbae4e6 Mon Sep 17 00:00:00 2001 From: "Panashe M. Fundira" Date: Mon, 25 Jul 2016 21:18:24 -0400 Subject: [PATCH] add man page for version subcommand --- src/etc/man/cargo-version.1 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/etc/man/cargo-version.1 diff --git a/src/etc/man/cargo-version.1 b/src/etc/man/cargo-version.1 new file mode 100644 index 000000000..c78344d3f --- /dev/null +++ b/src/etc/man/cargo-version.1 @@ -0,0 +1,31 @@ +.TH "CARGO\-VERSION" "1" "May 2016" "The Rust package manager" "Cargo Manual" +.hy +.SH NAME +.PP +cargo\-version \- Show version information +.SH SYNOPSIS +.PP +\f[I]cargo version\f[] [OPTIONS] +.SH OPTIONS +.TP +.B \-h, \-\-help +Print this message. +.RS +.RE +.TP +.B \-v, \-\-verbose +Use verbose output. +.RS +.RE +.TP +.B \-\-color \f[I]WHEN\f[] +Coloring: auto, always, never. +.RS +.RE +.SH SEE ALSO +.PP +cargo(1) +.SH COPYRIGHT +.PP +This work is dual\-licensed under Apache 2.0 and MIT terms. +See \f[I]COPYRIGHT\f[] file in the cargo source distribution. -- 2.30.2